 .owl-controls {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

 .owl-controls . [class*=owl-] {
	display: inline-block;
	cursor: pointer;
}

 .owl-controls . [class*=owl-]:hover {
	opacity: 1.0;
}

 .owl-controls . .disabled {
	opacity: .5;
	cursor: default
}

.owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline
}

 .owl-dots .owl-dot span {
	width: 16px;
	height: 8px;
	margin: 5px 5px;
	background: rgba(255, 255, 255, 0.3);
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}

 .owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
	background: #4693eb
}

.item h2 {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align: center;
	margin: 0;
	background: rgba(0, 0, 0, 0.5);
	padding: 31px 0px 47px 0;
}

.item h2 a {
	color: #ffffff;
	font-size: 30px;
}

.owl-dots {
	position: absolute;
	bottom: 5px;
	width: 100%;
	text-align: center;
}

.owl-prev {
	width: 50px;
	height: 50px;
	top: 40%;
	position: absolute; cursor:pointer;
	left: 20px;
	background: url(../../../default/images/jg/zuo.png) no-repeat;
	opacity: .5;
}

.owl-next {
	width: 50px;
	height: 50px;
	top: 40%;
	position: absolute; cursor:pointer;
	right: 20px;
	background: url(../../../default/images/jg/you.png) no-repeat;
	opacity: .5;
}

@media (max-width: 767px) {
	.item h2 a {
		color: #ffffff;
		font-size: 16px;
	}

	.owl-nav {
		display: none;
	}
	
	.item h2 {
	width: 100%; position:relative;
	left: 0px;
	bottom: 0px;
	text-align: center;
	margin: 0;
	background: rgba(0, 0, 0, 0.5);
	padding:10px 0px 20px 0;
}


}